-
Notifications
You must be signed in to change notification settings - Fork 142
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update deprecated functions #764
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## development #764 +/- ##
===============================================
- Coverage 96.25% 95.78% -0.48%
===============================================
Files 203 203
Lines 50082 50344 +262
===============================================
+ Hits 48207 48222 +15
- Misses 1875 2122 +247
☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm, just one conflict
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## development #764 +/- ##
===============================================
- Coverage 96.31% 96.31% -0.01%
===============================================
Files 203 203
Lines 50058 50077 +19
===============================================
+ Hits 48213 48230 +17
- Misses 1845 1847 +2 ☔ View full report in Codecov by Sentry. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## development #764 +/- ##
==============================================
Coverage ? 96.31%
==============================================
Files ? 203
Lines ? 50092
Branches ? 0
==============================================
Hits ? 48245
Misses ? 1847
Partials ? 0 ☔ View full report in Codecov by Sentry. |
Builds off of #762 and #763.
Closes #761